VideoEncoderSetting

sealed class VideoEncoderSetting

動画エンコーダーの設定です。

Types

Link copied to clipboard
data class H264(val bps: Int, val fps: Int = 30, val keyFrameInterval: Double = 2.0, val dimension: Point? = null, val profile: VideoEncoderSetting.H264.Profile? = Profile.Baseline) : VideoEncoderSetting

H.264 のエンコーダー設定です。

Inheritors

Link copied to clipboard